ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexChartBase<T> Class / OnClientRendered Property

In This Topic
    OnClientRendered Property (FlexChartBase<T>)
    In This Topic
    Occurs after the chart finishes rendering.
    Syntax
    'Declaration
     
    Public Property OnClientRendered As String
    public string OnClientRendered {get; set;}
    See Also